ComponentOne ASP.NET MVC Controls
OnClientItemsChanged Method

C1.Web.Mvc.Fluent Namespace > ListBoxBuilder<T> Class : OnClientItemsChanged Method
The value.
Configurates the C1.Web.Mvc.ListBox<T>.OnClientItemsChanged client event. Occurs when the list of items changes.
Syntax
'Declaration
 
Public Function OnClientItemsChanged( _
   ByVal value As String _
) As ListBoxBuilder(Of T)
public ListBoxBuilder<T> OnClientItemsChanged( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ListBoxBuilder<T> Class
ListBoxBuilder<T> Members